home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 2
/
CU Amiga Magazine's Super CD-ROM 02 (1996)(EMAP Images)(GB)[!][issue 1996-04].iso
/
17_bit_pd
/
17bitgif
/
utility
/
amiga
/
sview470.lha
/
SuperViewEL
/
SuperViewLibrary
/
Docs
/
ControlPads
next >
Wrap
Text File
|
1995-09-10
|
15KB
|
239 lines
ControlPad-FAQ V11.10 (9.9.95)
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
List has been sorted alphabetically and by module types.
============================================================================
MAIN LIBRARIES
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/LIBRARY.controlpad"
ControlPad-Commands : - DEFAULTSVDRIVER=<#?.svdriver>
; Which SVDriver should be set, when
; superview-library is beeing initialized ?
; For example: "DEFAULTSVDRIVER=AGA.svdriver"
- ANYDATATYPES
; if this KeyWord is set, ANY DataTypes will
; be loaded and tried to be displayed in some
; way (e.g. not only pictures, but also 8SVX
; sounds or ANIM-Files ...)
; Recognition of changes to this one does REQUIRE
; a re-initialization of the library,
; e.g. via reboot/reset or "avail flush"
; (when not accessed)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/superviewsupport.controlpad"
ControlPad-Commands : - C2P=<OS|SV>
; determines, whether chunky to planar conversion
; is managed via the appropriate OS functions
; or via internal ones.
; Due to various problems with the OS functions
; "SV" is now default.
; Be careful when using "OS" with GfxCards,
; which carelessly patched graphics.library.
============================================================================
SVOBJECTS
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/FastILBM24.controlpad"
ControlPad-Commands : - BUFFERSIZE=<Size in Bytes>
; how many bytes should be buffered
(more = faster)
; Default is 8192, minimum is 256
- PASSTHROUGH
; do not recognize ANY pictures, so that
; they e.g. might be passed through to
; ILBM.svobject instead
- DITHERMODE=<HAM6_QUICK|HAM8_QUICK>
; Default is HAM6_QUICK
----------------------------------------------------------------------------
ControlPad-Commands : - COLORDEPTH = <8/24>
; should the output be done as 8 or 24 Bit Data ?
; default is 8 Bit data. Grayscaled graphics
; will _always_ be exported as 8 Bit
- QUANTIZATION = <0..100>
; 0 - no quality, big compression
; 100 - best quality, no compression
; never use these values, but try something
; like 20, 50, 75 (default: 75)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/PCD.controlpad"
ControlPad-Commands : - OUTPUTFORMAT=<BASE/16 | BASE/4 | BASE >
; specifies the output resolution to be used
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/SVO.controlpad"
ControlPad-Commands : - PACKMETHOD=<xxxx>
; if this one is specified, it is tried to
; pack the resulting file with the specified
; XPK-Packer. If this fails, the file keeps
; unpacked.
============================================================================
SVDRIVERS
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/AGA.controlpad"
ControlPad-Commands : - 24BITOPERATOR=<OperatorName>
; (case-sensitive, ".svoperator" may be added)
; e.g. "24BITOPERATOR=24BitToHAM.svoperator"
; or "24BITOPERATOR=ExtractGrayScales"
; specifies, which operation should be performed
; on 24 Bit graphics _before_ displaying them
; (if not specified, "best guess" colors will
; be used, which is really slow)
- BITMAPCOPY=<DIRECT|RTG>
; "BITMAPCOPY=RTG" prevents AGA.svdriver from
; directly copying into Bitmaps, which will
; result in a usage of more memory, but keeps it
; working.
; Default is "BITMAPCOPY=DIRECT".
- SCREENINFRONT
; Put Screen to front _before_ the graphics
; has been displayed (useful with GfxCards)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/ECS.controlpad"
ControlPad-Commands : - 24BITOPERATOR=<OperatorName>
; (case-sensitive, ".svoperator" may be added)
; e.g. "24BITOPERATOR=24BitToHAM.svoperator"
; or "24BITOPERATOR=ExtractGrayScales"
; specifies, which operation should be performed
; on 24 Bit graphics _before_ displaying them
; (if not specified displaying will fail)
- 8BITOPERATOR=<OperatorName>
; (case-sensitive, ".svoperator" may be added)
; e.g. "8BITOPERATOR=ExtractGrayScales"
; specifies, which operation should be performed
; on non-ECS graphics (more than 16 Colors in
; HighRes, more than 32 Colors in LowRes, HAM8)
; (if not specified, will be tried to display)
- BITMAPCOPY=<DIRECT|RTG>
; "BITMAPCOPY=RTG" prevents ECS.svdriver from
; directly copying into Bitmaps, which will
; result in a usage of more memory, but keeps it
; working.
; Default is "BITMAPCOPY=DIRECT".
- SCREENINFRONT
; Put Screen to front _before_ the graphics
; has been displayed (useful with GfxCards)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/CyberGraphics.controlpad"
ControlPad-Commands : - EMUSCREENDEPTH=<16|24>
; beginning depth for opening CyberGraphics Screens
; Default is 16 Bit (which will also be tried
; when opening of a 24 Bit Screen fails)
; This does not concern colordepths < 16 Bit,
; except HAM6/8.
- SMALLSCREENS
; unless this KeyWord is specified, it is not
; tried to open screens smaller than 320x240
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/PicassoII.controlpad"
ControlPad-Commands : - SMALLSCREENS
; unless this KeyWord is specified, it is not
; tried to open screens smaller than 320x240
- BLITTER
; uses the Picasso blitter to copy graphics
; into screens. Otherwise CPU is used.
; On 68000 systems you may wish to use the blitter
- EMUSCREENDEPTH=<16|24>
; beginning depth for opening Picasso Screens
; Default is 24 Bit (if opening fails, it is
; also tried to open a 16 Bit Screen, then)
- SCREENMODEREQUEST
; if this one is specified, the SVDriver ITSELF
; will open a ScreenMode-Requester and ask
; for an appropriate Screenmode to use
; Useful, if you always like to change modes.
- AUTOSCROLLADJUST
; this keyword will force Autoscroll whenever
; it would make sense, but the Picasso Software
; would not manage it by itself (when either
; only width or height need to be autoscrolled)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/Retina.controlpad"
ControlPad-Commands : - EMUSCREENDEPTH=<16|24>
; beginning depth for opening Retina Screens
; Default is 24 Bit (if opening fails, it is
; also tried to open a 16 Bit Screen, then)
- AUTOSCROLL=<ON|OFF>
; Disables any Autoscroll features, which
; results in STD_WIDTH for any Retina Screens
; Default is ON.
- MAX_AUTOSCROLL_WIDTH=<Width>
; If the picture is wider than this value,
; we don't try to use autoscroll any longer.
; You should set this value, if your
; Retina has not much on-board RAM.
; Default is: (no restrictions)
- MAX_AUTOSCROLL_HEIGHT=<Height>
; If the picture is higher than this value,
; we don't try to use autoscroll any longer.
; You should set this value, if your
; Retina has not much on-board RAM.
; Default is: (no restrictions)
- PASSTHROUGH_MODES
; If Retina should ever support own
; ScreenMode definitions like "Retina:...",
; you should enable this switch.
; Default: (NOT SET !)
============================================================================
SVOPERATORS
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/24BitToHAM.controlpad"
ControlPad-Commands : - DITHERMODE=< HAM6_QUICK|HAM6_WELL
|HAM8_QUICK|HAM8_WELL>
; specifies the HAM-Mode to be used and
; the resulting speed/quality
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/CallPNM24.controlpad"
ControlPad-Commands : - PNMCOMMAND=<PBM command path and name>
; PNM command to be called
; e.g. PNMCOMMAND=Work:NetPBM/pnm/pnmscale
- PNMOPTIONS=<Options>
; Options for PNM command to be called
; e.g. PNMOPTIONS=-xscale 2.0 -yscale 2.0
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/Crop.controlpad"
ControlPad-Commands : - CROP_LEFTEDGE=<Value>
; crop from x position
; (will be adjusted, if >= source width)
- CROP_TOPEDGE=<Value>
; crop from y position
; (will be adjusted, if >= source height)
- CROP_WIDTH=<Value>
; crop how many x pixels from leftedge
; (will be adjusted, if too large)
- CROP_HEIGHT=<Value>
; crop how many y pixels from topedge
; (will be adjusted, if too large)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/Dither24Bit.controlpad"
ControlPad-Commands : - COLORDEPTH=<1..8>
; specifies the colordepth of the dithering
; output (1->2 Colors .. 8->256 Colors)
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/ExtractGrayScales.controlpad"
ControlPad-Commands : - COLORDEPTH=<1..8>
; specifies the colordepth of the grayscaled
; output (1->2 Colors .. 8->256 Colors)
- QUICK
; uses >>2, >>1, >>3 (*0.25, *0.5, *0.125)
; instead of *0.3, *0.59, *0.11
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/HilbertDither256.controlpad"
ControlPad-Commands : - BACKGROUND=<BLACK|WHITE>
; defines, which of the two colors will act
; as background color. Useful e.g. for printing.
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/Rotate.controlpad"
ControlPad-Commands : - DEGREES=<90|180|270>
; rotate by how many degrees (reverse clockwise) ?
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/Scale50.controlpad"
ControlPad-Commands : - METHOD=<HALF|DOUBLE>
; scale to which size ?
----------------------------------------------------------------------------
ControlPad-Name : "ENV:superview-library/XOR.controlpad"
ControlPad-Commands : - XORVALUE = <0..255>
; 0 and 255 will not be the best decision.
; Use 15 or something like this.
----------------------------------------------------------------------------